home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / Ap-Az / Appletalk Lookup.cpt / AppleTalk Lookup / card_2977.txt < prev    next >
Text File  |  1987-11-24  |  2KB  |  115 lines

  1. -- card: 2977 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2691
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on opencard
  8.   put empty into card field "selection"
  9.   put empty into card field "Numberselection"
  10. end opencard
  11.  
  12.  
  13.  
  14. -- part 1 (button)
  15. -- low flags: 00
  16. -- high flags: 8004
  17. -- rect: left=367 top=8 right=32 bottom=476
  18. -- title width / last selected line: 0
  19. -- icon id / first selected line: 0 / 0
  20. -- text alignment: 1
  21. -- font id: 0
  22. -- text size: 12
  23. -- style flags: 0
  24. -- line height: 16
  25. -- part name: LookUp
  26. ----- HyperTalk script -----
  27. on mouseDown
  28.   put empty into card field "selection"
  29.   put LookUp("selection", first line of card field object, first line of card field type, first line of card field zone) into card field "numberSelection"
  30. end mouseDown
  31.  
  32.  
  33.  
  34. -- part 2 (field)
  35. -- low flags: 00
  36. -- high flags: 0007
  37. -- rect: left=3 top=3 right=308 bottom=330
  38. -- title width / last selected line: 0
  39. -- icon id / first selected line: 0 / 0
  40. -- text alignment: 0
  41. -- font id: 3
  42. -- text size: 12
  43. -- style flags: 0
  44. -- line height: 16
  45. -- part name: selection
  46.  
  47.  
  48. -- part 5 (field)
  49. -- low flags: 00
  50. -- high flags: 0004
  51. -- rect: left=3 top=309 right=330 bottom=332
  52. -- title width / last selected line: 0
  53. -- icon id / first selected line: 0 / 0
  54. -- text alignment: 0
  55. -- font id: 3
  56. -- text size: 12
  57. -- style flags: 0
  58. -- line height: 16
  59. -- part name: numberSelection
  60.  
  61.  
  62. -- part 6 (field)
  63. -- low flags: 00
  64. -- high flags: 0004
  65. -- rect: left=332 top=37 right=58 bottom=511
  66. -- title width / last selected line: 0
  67. -- icon id / first selected line: 0 / 0
  68. -- text alignment: 0
  69. -- font id: 3
  70. -- text size: 12
  71. -- style flags: 0
  72. -- line height: 16
  73. -- part name: object
  74.  
  75.  
  76. -- part 7 (field)
  77. -- low flags: 00
  78. -- high flags: 0004
  79. -- rect: left=332 top=59 right=80 bottom=511
  80. -- title width / last selected line: 0
  81. -- icon id / first selected line: 0 / 0
  82. -- text alignment: 0
  83. -- font id: 3
  84. -- text size: 12
  85. -- style flags: 0
  86. -- line height: 16
  87. -- part name: type
  88.  
  89.  
  90. -- part 8 (field)
  91. -- low flags: 00
  92. -- high flags: 0004
  93. -- rect: left=332 top=81 right=101 bottom=511
  94. -- title width / last selected line: 0
  95. -- icon id / first selected line: 0 / 0
  96. -- text alignment: 0
  97. -- font id: 3
  98. -- text size: 12
  99. -- style flags: 0
  100. -- line height: 16
  101. -- part name: zone
  102.  
  103.  
  104. -- part contents for card part 6
  105. ----- text -----
  106. =
  107.  
  108. -- part contents for card part 7
  109. ----- text -----
  110. =
  111.  
  112. -- part contents for card part 8
  113. ----- text -----
  114. *
  115.